home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_90 / PlaceObject2_183_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  210 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    this._y = _root.ufo1._y - 12;
  3.    if(_root.hero.hitTest(this) && _root.hero._y < 284)
  4.    {
  5.       if(_root.ufo1._y > 195)
  6.       {
  7.          _root.hero._y -= 1;
  8.       }
  9.    }
  10. }
  11.